projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4a2e9
)
[IA64] remove set_gpfn_from_mfn from config.h
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 9 Feb 2006 15:51:29 +0000
(08:51 -0700)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 9 Feb 2006 15:51:29 +0000
(08:51 -0700)
set_gpfn_from_mfn() in config.h (was dummy set_pfn_from_mfn) is now
defined in mm.h. Remove from config.h to eliminate a bunch of compile
warnings.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/include/asm-ia64/config.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/config.h
b/xen/include/asm-ia64/config.h
index 7f5fe58261941217490061c7821e0e5f74991458..dd85bc716daaa0dbe3794ffe96f5f48e94e82430 100644
(file)
--- a/
xen/include/asm-ia64/config.h
+++ b/
xen/include/asm-ia64/config.h
@@
-215,9
+215,6
@@
void sort_main_extable(void);
// see include/asm-ia64/mm.h, handle remaining page_info uses until gone
#define page_info page
-// see common/memory.c
-#define set_gpfn_from_mfn(x,y) do { } while (0)
-
// see common/keyhandler.c
#define nop() asm volatile ("nop 0")